WorkspaceComponent 
Logical Entity Name  WorkspaceComponent 
Default Table Name  WorkspaceComponent 
Physical Only  NO 
Definition 
 
Note 
 

WorkspaceComponent Columns 
ColumnName  Domain  Datatype  NULL  Definition 
Id(PK)    int  NO 
 
WorkspaceComponentIdentifier    uniqueidentifier  NO 
 
WorkspaceId(FK)    int  NO 
 
ComponentId(FK)    int  NO 
 
Bindings    nvarchar(max)  YES 
 
Region    nvarchar(255)  NO 
 
SortOrder    int  NO 
 
StateParams    nvarchar(255)  YES 
 
UrlSlug    nvarchar(255)  YES 
 
NsaOperations    nvarchar(255)  YES 
 
IsActive    bit  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
UserId    int  NO 
 
ts    timestamp  NO 
 

WorkspaceComponent Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_WorkspaceComponent  PrimaryKey  Id 

WorkspaceComponent Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Component  Non-Identifying  One To Zero or More  FK_WorkspaceComponent_ComponentId_Component_Id      ComponentId  NO  YES 
Workspace  Non-Identifying  One To Zero or More  FK_WorkspaceComponent_WorkspaceId_Workspace_Id      WorkspaceId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

WorkspaceComponent Check Constraints 
Check Constraint Name  CheckConstraint